From: Chong Yidong Date: Sun, 26 Jun 2011 19:34:17 +0000 (-0400) Subject: * lisp/vc/vc.el (vc-revert-show-diff): Default to t. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~3307 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=19b295b53abc67533163cce2062f42ebf8729c76;p=emacs.git * lisp/vc/vc.el (vc-revert-show-diff): Default to t. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2fbe063ceca..dd0c06faaf4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-06-26 Chong Yidong + + * vc/vc.el (vc-revert-show-diff): Default to t. + 2011-06-26 Ken Manheimer * allout-widgets.el (allout-widgets-post-command-business): Stop diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el index 5e4347d2fe8..5ec4c3998d8 100644 --- a/lisp/vc/vc.el +++ b/lisp/vc/vc.el @@ -775,7 +775,7 @@ See `run-hooks'." :type 'hook :group 'vc) -(defcustom vc-revert-show-diff nil +(defcustom vc-revert-show-diff t "If non-nil, `vc-revert' shows a `vc-diff' buffer before querying." :type 'boolean :group 'vc